home *** CD-ROM | disk | FTP | other *** search
File List | 1998-12-11 | 982 b | 89 lines |
- 62 # Number of Absolute Deltas.
- # These Deltas are offsets from the original tile.
- # The offsets and all levels up will be drawn.
-
- # Absolute Deltas.
- # These Deltas must be presented in the appropriate order.
- # Lowest x...Lowest Y....Lowest Z
-
- 0 0 0 # 0,0
- 0 0 1
- 0 0 2
-
- 1 0 0 # 1,0
- 1 0 1
- 1 0 2
- 1 0 3 # 2-1-96
-
- 0 1 0 # 0,1
- 0 1 1
- 0 1 2
- 0 1 3 #2-1-96 for char
-
- 1 1 0 # 1,1
- 1 1 1
- 1 1 2
- 1 1 3
- 1 1 4 #2-1-96 for characters
-
- 2 1 1 # 2,1
- 2 1 2
- 2 1 3
- 2 1 4 #2-1-96 for characters
-
- 1 2 1 # 1,2
- 1 2 2
- 1 2 3
- 1 2 4 # 2-1-96
-
- 2 2 1 # 2,2
- 2 2 2
- 2 2 3
- 2 2 4
- 2 2 5 #2-11-96
-
- 3 2 2 # 3,2
- 3 2 3
- 3 2 4
- 3 2 5 #2-11-96
-
- 2 3 2 # 2,3
- 2 3 3
- 2 3 4
- 2 3 5 #2-11-96
-
- 3 3 2 #3,3
- 3 3 3
- 3 3 4
- 3 3 5
- 3 3 6
-
- 4 3 3 # added due to rectangles
- 4 3 4 # 4,3
- 4 3 5
- 4 3 6
-
- 3 4 3
- 3 4 4 # 3,4
- 3 4 5
- 3 4 6
-
- 4 4 4 # 4,4
- 4 4 5
- 4 4 6
-
- 5 4 5 # 5,4
- 5 4 6
-
- 4 5 5 # 4,5
- 4 5 6
-
- 5 5 5 # 5,5
- 5 5 6
-
- 6 5 6 # 6,5
-
- 5 6 6 # 5,6
-
- 6 6 6 # 6,6
-